Skip to content

Fix performance regression after introducing wildcard pathnames#6282

Merged
zoldar merged 7 commits intomasterfrom
regression-hum-4
Apr 28, 2026
Merged

Fix performance regression after introducing wildcard pathnames#6282
zoldar merged 7 commits intomasterfrom
regression-hum-4

Conversation

@aerosol
Copy link
Copy Markdown
Member

@aerosol aerosol commented Apr 28, 2026

Changes

This PR modifies the next step query so that exact and wildcard entries are fetched without a union, potentially avoiding excessive table scans. Additionally, explicit ORDER BY was removed from the inner steps_query, only leaving ordering within the windows.

@github-actions
Copy link
Copy Markdown

Preview environment👷🏼‍♀️🏗️
PR-6282

@zoldar zoldar marked this pull request as ready for review April 28, 2026 08:52
@zoldar zoldar changed the title Regression hum 4 Fix performance regression after introducing wildcard pathnames Apr 28, 2026
@zoldar zoldar added this pull request to the merge queue Apr 28, 2026
Merged via the queue into master with commit e3f23aa Apr 28, 2026
22 checks passed
@zoldar zoldar deleted the regression-hum-4 branch April 28, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants